home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / iqb9203.zip / CONTENTS < prev    next >
Text File  |  1992-02-06  |  1KB  |  19 lines

  1. Directories 101: reading directory entries
  2.     DIRFUN    .BI    - The declarations as they appeared in the listings section
  3.     DIRFUN    .BAS    - The support module as it appeared in the listings section
  4.     DIR_READ.BAS    - The program as it appeared in the listings section
  5. Traversing hierarchical directories
  6.     TREEWALK.BI    - The declarations as they appeared in the listings section
  7.     TREEWALK.BAS    - The support module as it appeared in the listings section
  8.     RECURTW    .BAS    - The program as it appeared in the listings section
  9. Qualifying and parsing DOS file pathnames
  10.     QUALNAME.BI    - The declarations as they appeared in the listings section
  11.     QUALNAME.BAS    - The support module as it appeared in the listings section
  12.     PARSPATH.BI    - The declarations as they appeared in the listings section
  13.     PARSPATH.BAS    - The support module as it appeared in the listings section
  14. Finding out where you are with CurDir$ and going someplace else with ChDrive
  15.     CURDIR    .BI    - The declarations as they appeared in the listings section
  16.     CURDIR    .BAS    - The support module as it appeared in the listings section
  17.     CHDRIVE    .BI    - The declarations as they appeared in the listings section
  18.     CHDRIVE    .BAS    - The support module as it appeared in the listings section
  19.